home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
utility
/
ffe101.zip
/
MOD.SWG
/
0009_FSM.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
2KB
|
36 lines
--------S-FSM-------------------------------
The .FSM files are samples to be used for module style music with the
Fandarole Composer. Currently only samples of up to 64K length are
supported, altough the header reserves a dword for the sample size.
OFFSET Count TYPE Description
0000h 4 char ID='FSM',254
0004h 32 char ASCII name of sample
0024h 3 char ID=10,13,26
0027h 1 dword Length of sample (<=64K)
0028h 1 byte Fine tune value for sample
(currently unsupported)
0029h 1 byte Sample volume
(currently unsupported)
002Ah 1 dword Start of sample loop
002Dh 1 dword End of sample loop. If the sample is not set
to loop (see below) this should be set to the
end of the sample.
0032h 1 byte Sample type, bitmapped
0 - 8-bit/16-bit sample
1-7 - reserved
0033h 1 byte Loop mode, ?bit mapped?
0-2 - reserved
3 - loop off/loop on
4-7 - reserved
0034h ? byte Sample data in signed format
EXTENSION:FSM
OCCURENCES:PC
PROGRAMS:Fandarole Composer
REFERENCE:
SEE ALSO:FAR,USM
VALIDATION: